Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with python3.12+ #10

Closed
wants to merge 1 commit into from

Conversation

jbgalet
Copy link

@jbgalet jbgalet commented Dec 7, 2023

configparser.SafeConfigParser is deprecated since Python3.2 (python/cpython#89336).

configparser.SafeConfigParser is deprecated since Python3.2
(python/cpython#89336). Compatibility with older version is kept using
try/catch.
@CGourrat
Copy link

CGourrat commented Mar 6, 2024

Thanks for your contribution 🙏 The fix has been merged in the new version v2.14.0. Don't hesitate to report other issues if you see any 😄

@CGourrat CGourrat closed this Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants